home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / winbind.zip / README.1ST < prev    next >
Text File  |  1996-02-11  |  3KB  |  113 lines

  1. WinBIND for Win32
  2. -----------------
  3. DNS Name Server for NT, and Windows 95
  4.  
  5. by Maxwell N. Andrews
  6.  
  7. eMail: 100065.531@compuserve.com
  8.  
  9. Version: 1.00
  10.  
  11. Date: 11th February 1996
  12.  
  13. Warning
  14. -------
  15.  
  16. Before reading the following, it is assumed that you have downloaded BIND for 
  17. Microsoft NT e.g www.vixie.com, and have experience in setting up BIND. All DNS 
  18. tools etc are contained in that package. WinBIND has been written to supplement
  19. the Microsoft NT port of BIND.
  20.  
  21. What is WinBIND
  22. ---------------
  23.  
  24. WinBIND is a DNS Name Server for Microsoft Windows 95 and Microsoft NT. 
  25. WinBIND is a GUI version of the popular DNS Name Server software called BIND.
  26. This version of WinBIND is based on BIND v4.9.3, with support for the NOFORWARD
  27. keyword. This software is a port from Paul Vixie's code developed for Microsoft NT. 
  28.  
  29. What are the differences between this, and the Microsoft NT port
  30. ----------------------------------------------------------------
  31.  
  32. WinBIND can function on both Windows 95, and NT. WinBIND is a GUI based DNS Name Server.
  33. WinBIND does NOT support the NT Service Controls, as it has to function under Windows 95.
  34. An alternative function has been supplied. WinBIND has been compiled with Borland C++ v4.5x.
  35.  
  36. Installing WinBIND
  37. ------------------
  38.  
  39. To install WinBIND just copy the Borland DLL: BWCC32.DLL to yout Windows SYSTEM directory.
  40. WinBIND can now be used. On first time installation the Registry will be updated, namely:
  41.  
  42.     HKEY_LOCAL_MACHINE\SOFTWARE\BIND
  43.  
  44. key will be created. On Windows NT ensure the user you are logged into, has rights to the 
  45. registry here. The following keys are created:
  46.  
  47.     HKEY_LOCAL_MACHINE\SOFTWARE\BIND\AltBootFile
  48.  
  49.     HKEY_LOCAL_MACHINE\SOFTWARE\BIND\LoggingFile
  50.  
  51.     HKEY_LOCAL_MACHINE\SOFTWARE\BIND\Port
  52.  
  53.  
  54. WinBIND Command Line Options
  55. ----------------------------
  56.  
  57. The standard BIND command line options, can still be used with WinBIND. Also the command line
  58. option:
  59.  
  60.     -auto
  61.  
  62. can be used to run WinBIND automatically on command invocation. For example in a Windows DOS box:
  63.  
  64.     C>start WinBIND -d 5 -auto
  65.  
  66. this loads WinBIND automatically with DEBUGging set to level 5. The BIND -d <level> command line 
  67. option must be used to enable the Debugging Icon in WinBIND.
  68.  
  69. Remote Control of WinBIND
  70. -------------------------
  71.  
  72. As WinBIND does NOT support the NT Control Services, a simular function is provided. By default
  73. every 30 seconds WinBIND will look for a file called: NDC in the Windows directory. If this file
  74. is found the contents will be read as keywords. After the keywords are read, the file will be 
  75. deleted. The following keywords are supported:
  76.  
  77.     stats
  78.  
  79.     query
  80.  
  81.     tron
  82.  
  83.     troff
  84.  
  85.     reload
  86.  
  87.     dumpdb
  88.  
  89. For example:
  90.  
  91.     C>echo reload tron > C:\WINDOWS\NDC
  92.  
  93. The above command with WinBIND loaded, and running will reload the database, and enable level 1
  94. debugging. These are the same keywords that are used in the NT port of BIND. The keyword: tron
  95. turns on the debugging mode, and troff switches it off. The WinBIND Logo display will show NDC 
  96. when it is attempting to read the NDC file. NDC commands can also be written as:
  97.  
  98.     reload
  99.     stats
  100.     tron
  101.     tron
  102.     tron
  103.  
  104. The last three tron(s) enable level 3 debugging.
  105.  
  106. Known BUGs
  107. ----------
  108.  
  109. Slight Screen Corruption in the List Window ( Random )
  110.  
  111. End Of File
  112. -----------
  113.